home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 102 / CD-ROM 102.iso / aplic / 2sync / 2SyncSetup.exe / launcher / scripts / DefineButton2_51 / BUTTONCONDACTION on(keyPress h).as < prev    next >
Encoding:
Text File  |  2002-03-20  |  229 b   |  13 lines

  1. on(keyPress "h"){
  2.    if(eval("/:string") eq var1.substr(1,4))
  3.    {
  4.       set("/:" add var1,"true");
  5.       fscommand(var1,"true");
  6.       tellTarget("FSC")
  7.       {
  8.          play();
  9.       }
  10.    }
  11.    set("/:string","");
  12. }
  13.